Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEWS: Added 1.15.0 section. #9391

Merged
merged 4 commits into from
Sep 28, 2023
Merged

Conversation

rakhmets
Copy link
Collaborator

What

Added 1.15.0 section.

yosefe
yosefe previously approved these changes Sep 27, 2023
@yosefe
Copy link
Contributor

yosefe commented Sep 27, 2023

@shamisp can you pls review as well?

NEWS Outdated
@@ -75,6 +29,7 @@
* Added base implementation of is_reachable_v2 API using intra/inter flag
* Introduced MD capability for non-blocking registration memory types
#### RDMA CORE (IB, ROCE, etc.)
* Implemented is_reachable_v2 for IB interfaces
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implemented - > Added format

NEWS Outdated
@@ -104,12 +59,17 @@
* Added user-side memcpy option for AM benchmarks in ucx_perftest
* Added wireshark LUA dissectors for some UCX protocols
#### Build
* Enabled build with binutils 2.40
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added support for binutils 2.40

NEWS Outdated
### Bugfixes:
#### UCP
* Fixed assertion when sending from noncontig GPU buffer to managed buffer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

non-contiguous

NEWS Outdated
### Bugfixes:
#### UCP
* Fixed assertion when sending from noncontig GPU buffer to managed buffer
* Fixed the data race on endpoint configurations
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the race condition ...

NEWS Outdated
### Bugfixes:
#### UCP
* Fixed assertion when sending from noncontig GPU buffer to managed buffer
* Fixed the data race on endpoint configurations
* Fixed endpoint reconfiguration issues because of assymetrical selection
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issues due to asymmetrical selection

NEWS Outdated
* Fixed dma-buf based memory region registration
* Fixed memory handle data corruption when PCIe relaxed ordering is enabled
* Fixed performance degradation when indirect atomic key is not supported by the hardware
* Fixed remote access error to strict-order key because of wrong offset
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed remote access error to strict-order keys

NEWS Outdated
* Added check for UAR support to memory domain opening
* Fixed updating port counters for devx qp
* Fixed ibv_create_cq error message on node without Infiniband
* Fixed performance degradation due to using 2 paths on NDR400 by default
* Removed unnecessary async lock which otherwise would block UD progress
#### GPU (CUDA, ROCM)
* Fixed CUDA IPC performance degradation after libnuma removal
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed CUDA IPC performance degradation due to libnuma removal

NEWS Outdated
#### UCS
* Fixed lane selection, adding bandwidth estimation for Sapphire Rapids family
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed lane selection and added bandwidth estimation for Sapphire Rapids family

NEWS Outdated
@@ -123,20 +83,29 @@
* Fixed CPU/device atomics selection in the new protocol infrastructure
* Multiple fixes in the new protocol infrastructure information output
#### UCT
* Check dmabuf kernel support in ROCm memory domain
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added check ?

NEWS Outdated
### Bugfixes:
#### UCP
* Fixed assertion when sending from non-contiguous GPU buffer to managed buffer
* Fixed the race condition on endpoint configurations
* Fixed endpoint reconfiguration issues due to assymetrical selection
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

asymmetrical

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Copy link
Contributor

@tvegas1 tvegas1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one typo

NEWS Outdated
@@ -75,6 +29,7 @@
* Added base implementation of is_reachable_v2 API using intra/inter flag
* Introduced MD capability for non-blocking registration memory types
#### RDMA CORE (IB, ROCE, etc.)
* Added format is_reachable_v2 for IB interfaces
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added implementation of is_reachable_v2 routine to IB interface

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@shamisp
Copy link
Contributor

shamisp commented Sep 27, 2023

Have you updated authors file for this release ?

@rakhmets
Copy link
Collaborator Author

Have you updated authors file for this release ?

Yes, I have. This PRs were merged to v1.15.x #9250 #9302

@shamisp shamisp merged commit 348d14f into openucx:v1.15.x Sep 28, 2023
4 checks passed
@rakhmets rakhmets deleted the topic/news-1.15.0 branch October 2, 2023 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants